home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Documents / PressReleases94 / 10October94 / MiscKit.txt < prev    next >
Text File  |  1995-06-12  |  5KB  |  129 lines

  1. FOR IMMEDIATE RELEASE
  2.  
  3. Contact:
  4. Don Yacktman
  5. (801)221-0344
  6. Don_Yacktman@byu.edu
  7.  
  8.  
  9. ANNOUNCING THE RELEASE OF THE MISCKIT VERSION 1.2.8
  10.  
  11. Update to Kit of Free Objective-C Objects Is Now Available
  12.  
  13. PROVO, UT, Oct 31, 1994 -- A new maintenance release of the MiscKit
  14. has just been publically released.  It contains many new objects
  15. and fixes all of the problems reported since the previous release.
  16. The MiscKit may be obtained via ftp to any of the following sites:
  17.  
  18. ftp://ftp.cs.orst.edu/pub/next/classes/objects/MiscKit1.2.8.s.gnutar.gz
  19. ftp://ftp.et.byu.edu/pub/next/misckit/MiscKit1.2.8.s.gnutar.gz
  20. ftp://ftp.informatik.uni-muenchen.de/pub/comp/platforms/next/Developer/objc/misc
  21. kit/MiscKit1.2.8.s.gnutar.gz
  22.  
  23. There is also an accompanying binary package which is built for Intel
  24. and Motorola machines, available only at:
  25.  
  26. ftp://ftp.et.byu.edu/pub/next/misckit/MiscKit1.2.8.NI.b.gnutar.gz.README
  27.  
  28. The byu site always has the most recent official MiscKit
  29. distribution available in /pub/next/misckit and older versions
  30. are archived in /pub/next/misckit/old.
  31.  
  32. The MiscKit is an easy to install kit consisting of Objective-C
  33. objects, Interface Builder palettes, bundles, and other useful
  34. programming resources.  All the resources in the MiscKit have been
  35. donated by various Internet personalities for the benefit of other
  36. NEXTSTEP programmers.
  37.  
  38. Objects include data structures (string, tree, stack, queue,
  39. priority queue, linked list), interface widgets (find panel,
  40. textfield, button and slider subclasses, clock and calendar views,
  41. icon wells, progress pie/bar), macros, other useful objects (lock
  42. file, log file, time, stopwatch, serial port, colors, subprocess,
  43. remote subprocess), frameworks for building complex interfaces
  44. (MiscSwapKit, MiscInspectorKit, InfoMenuKit) and even some
  45. useful example applications...plus much more!
  46.  
  47. To make the MiscKit more attractive to developers, use of the
  48. MiscKit resources is absolutely free of charge, no matter how
  49. the resources are used.  Redistribution of the MiscKit is also
  50. encouraged.  Many developers are reluctant to use objects which
  51. are under the GNU "Copyleft".  As a result, the MiscKit has its
  52. own license which allows developers to reuse the code freely,
  53. even in commercial projects.  Everything possible has been done
  54. to encourage the use of the MiscKit to speed development efforts.
  55.  
  56. Any developer who has generally useful objects, palettes, or
  57. other programming resources and would like to donate them to the
  58. MiscKit effort is welcome to do so.  Contact Don_Yacktman@byu.edu
  59. for information on how to prepare a MiscKit submission.  By
  60. making a submission to the MiscKit, a developer can avoid the
  61. hassles of packaging up a formal distribution of their resources
  62. and in turn help add to a growing centralized pool of useful
  63. resources.
  64.  
  65. Also available are several MiscKit-based mailing lists.  The first
  66. list is for those who are interested in participating in the
  67. development of the MiscKit.  Anyone who is interested in following
  68. the discussion should send mail to misckit-request@byu.edu to be
  69. placed on the list.  Send mail to misckit@byu.edu to post messages
  70. to this list.  The second MiscKit mailing list is for distributing
  71. announcements of new MiscKit releases.  Anyone who would like to
  72. receive e-mail notification of new MiscKit releases should send
  73. mail to the MiscKit administrator, Don_Yacktman@byu.edu, and
  74. request to be placed on the MiscKit release list.  Anyone on the
  75. development list already receives notification of new releases
  76. and should therefore not ask to be added to the release list.  Two
  77. other lists are mentioned in the MiscKit's top level README.rtf file.
  78.  
  79. The MiscKit has evolved from the DAYMiscKit and several objects
  80. released over the past few years by Don Yacktman and other USENET
  81. personalities.
  82.  
  83.  
  84. Don Yacktman
  85.  
  86. Don Yacktman is a graduate student at Brigham Young University, working
  87. towards a Master of Science in Electrical and Computer Engineering.
  88. He acts as the MiscKit administrator in his spare time between
  89. class and various NEXTSTEP consulting projects.
  90.  
  91. # # # #
  92.  
  93. All trademarks mentioned belong to their respective owners.
  94.  
  95. The MiscKit is in no way affiliated with Brigham Young University.
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103. Specific changes:
  104.  
  105. V1.2.8   10/31/94        Maintenance and update release:
  106.  
  107. Made more refinements to the Makefiles, fixed profile target,
  108. and fixed build/runtime problems with DragViewTest app.
  109.  
  110. Added -plainTextForRTF and -(BOOL)isRTFText to MiscString.
  111.  
  112. Added MiscDistributor object to MiscTee palette and created a
  113. test app to demonstrate its use.
  114.  
  115. Added MiscDateView palette.
  116.  
  117. Added MiscRuntimeExtensions Object category, MiscTextExtensions
  118. Text category, MiscString_ExtendedParsing MiscString category,
  119. and added to the MiscListExtensions List/Object categories.
  120.  
  121. MiscSerialPort2 in Temp area.
  122.  
  123. Fixes to MiscReadOnlyColorWell, MiscArrowButton, MiscMatrix,
  124. MiscDragView, MiscLock, MiscStringArray, MiscParseTable,
  125. MiscDictionary, MiscMailApp, MiscThreeStateButton, MiscString,
  126. documentation.
  127.  
  128. [More details about the bug fixes and additions can be found
  129.     in the MiscKit's History.rtf file.]